home *** CD-ROM | disk | FTP | other *** search
/ Power DOS 1996 July / Power DOS - July 1996.iso / sound / c_labs / patches / portfx.exe / PORTFIX.DOC < prev   
Encoding:
Text File  |  1992-08-14  |  4.3 KB  |  113 lines

  1.                               CREATIVE PORTFIX 82C710
  2.                                     version 1.00
  3.  
  4.                                  Creative Labs, Inc.
  5.                                     15 June 1992
  6.  
  7.     Description:
  8.     ------------
  9.        PORTFIX was written to enable the serial and parallel ports on
  10.        motherboards with the Chip & Technologies 82C710 Universal Peripheral
  11.        Controller and an installed Sound Blaster board.
  12.  
  13.        This program turns on the serial port (3F8h) and the parallel port
  14.        (378h) if it is not already provided on an external card.  If they
  15.        are already on an external board then the on-board ports will remain
  16.        unavailable.
  17.  
  18.  
  19.     Installation:
  20.     -------------
  21.  
  22.        Using your favorite editor, place PORTFIX in the AUTOEXEC.BAT file 
  23.        before any programs which use the serial port.  This includes mouse 
  24.        drivers, fossil drivers, and communication programs.  To do
  25.        this using Microsoft EDIT (MS-DOS v5.0 or later only), type:
  26.  
  27.             C:\>edit AUTOEXEC.BAT
  28.  
  29.        This will bring up your AUTOEXEC.BAT file into a full-screen
  30.        editor.  After you are finished modifying your autoexec.bat
  31.        file, choose <FILE> from the menubar, then choose <SAVE> to
  32.        save the file.  For more information on EDIT and your AUTOEXEC.BAT
  33.        file, consult your MS-DOS manual.
  34.  
  35.             BEFORE                               AFTER
  36.             ------------------------             ------------------------
  37.             echo off                             echo off
  38.             cls                                  cls
  39.             prompt $p$g                          prompt $p$g
  40.             path=c:\;c:\dos;c:\utils             path=c:\;c:\dos;c:\utils
  41.             mouse.com                        --> PORTFIX.COM
  42.                 .                                mouse.com
  43.                 .                                    .
  44.                 .                                    .
  45.                                                      .
  46.  
  47.         This is an example of the 82C710 initializing properly:
  48.  
  49.             Creative Port Fix I (82C710), version 1.00
  50.             Copyright (c) Creative Labs, Inc., 1992.  All right's reserved.
  51.                     Configuration Port moved to 3A0.
  52.                     COM1 was turned on.
  53.  
  54.         Only COM1 was initialized here but LPT1 or LPT2 (monochrome only)
  55.         may be also be initialized.
  56.  
  57.  
  58.     Errors:
  59.     -------
  60.  
  61.        Invalid command line:
  62.  
  63.           1. A non-hexidecimal value or zero was entered.
  64.                 Fix: Use default (no command line) or hexidecimal address.
  65.  
  66.           2. More than one option was given on the command line.
  67.                 Fix: Use default (no command line) or only one option.
  68.  
  69.  
  70.        Error - 82C710 chip not detected in your system:
  71.  
  72.           1. 82C710 chip is not used.
  73.                 Fix: Use different version of PORTFIX.
  74.  
  75.           2. The port address (default: 3A0h) conflicts with another device
  76.              in the system.
  77.                 Fix: Use different address.
  78.  
  79.  
  80.        Error - Serial port (COM1) did not initialize:
  81.  
  82.           1. 82C710 chip on the motherboard is bad.
  83.                 Fix: Repair motherboard or purchase an I/O card.
  84.  
  85.  
  86.        Error - Parallel port (LPT1) did not initialize:
  87.  
  88.           1. 82C710 chip on the motherboard is bad.
  89.                 Fix: Repair motherboard or purchase an I/O card.
  90.  
  91.      *********************************************************************
  92.      *                                                                   *
  93.      * NOTE: If there are no errors reported but the port still will not *
  94.      *       turn on then there must be another card using that port's   *
  95.      *       address.                                                    *
  96.      *                                                                   *
  97.      *********************************************************************
  98.  
  99.  
  100.     Command Line Options:
  101.     ---------------------
  102.  
  103.        Only one command line option is available.  If neccessary, the port 
  104.        address may be changed by listing the port address you wish to use 
  105.        after the filename.
  106.  
  107.        Examples:   PORTFIX 3A0 (default)
  108.                    PORTFIX 210
  109.                    PORTFIX 230
  110.                    PORTFIX 360
  111.                    PORTFIX 370
  112.  
  113.